home *** CD-ROM | disk | FTP | other *** search
/ ftp.morenci.k12.mi.us / ftp.morenci.k12.mi.us.tar / ftp.morenci.k12.mi.us / SophosEndUserVirusScan.exe / [0] / savxp / WinLH_AMD64 / SophosBootDriver.inf < prev    next >
Windows Setup INFormation  |  2014-04-30  |  2KB  |  80 lines

  1. ;;;
  2. ;;; Sophos Boot-time Cleanup Driver
  3. ;;;
  4. ;;;
  5. ;;; Copyright (c) 2008-2013, Sophos Limited. All rights reserved.
  6. ;;;
  7.  
  8. [Version]
  9. signature           =   "$Windows NT$"
  10. Class               =   "AntiVirus"
  11. ClassGuid           =   {b1d1a169-c54f-4379-81db-bee7d88d7454}
  12. Provider            =   %Sophos%
  13. DriverVer           =   06/07/2013,1.1.0.0
  14. CatalogFile         =   SophosBootDriver.cat
  15.  
  16. [DestinationDirs]
  17. DefaultDestDir          = 12
  18. SophosBoot.DriverFiles  = 12                ;%systemroot%\system32\drivers
  19.  
  20. ;;
  21. ;; Default install sections
  22. ;;
  23.  
  24. [DefaultInstall]
  25. OptionDesc          = %DriverDesc%
  26. CopyFiles           = SophosBoot.DriverFiles
  27.  
  28. [SourceDisksNames]
  29. 1 = %Disk1%
  30.  
  31. [SourceDisksFiles]
  32. SophosBootDriver.sys    = 1
  33.  
  34. [DefaultInstall.Services]
  35. ; 0x10 => don't clobber start type if already installed.
  36. AddService          = %DriverName%,0x10,SophosBootDriver.ServiceInstall
  37.  
  38. ;;
  39. ;; Default uninstall sections
  40. ;;
  41.  
  42. [DefaultUninstall]
  43. DelFiles            = SophosBoot.DriverFiles
  44.  
  45. [DefaultUninstall.Services]
  46. DelService = %DriverName%
  47.  
  48. ;;
  49. ;; Services Section
  50. ;;
  51.  
  52. [SophosBootDriver.ServiceInstall]
  53. DisplayName         = %DriverName%
  54. Description         = %DriverDesc%
  55. ServiceBinary       = %12%\SophosBootDriver.sys
  56. ServiceType         = 1            ;SERVICE_KERNEL_DRIVER
  57. StartType           = 3            ;SERVICE_DEMAND_START
  58. ErrorControl        = 0            ;SERVICE_ERROR_IGNORE
  59. LoadOrderGroup      = "FSFilter Anti-Virus"
  60. ;
  61. ; Needed for Vista ??
  62. ; Security          = "D:P(A;;GA;;;SY)(A;;GA;;;BA)(A;;GR;;;IU)(A;;GR;;;SU)" ; Local System, Administrators: Full; Interactive and Service users: Gen.Read
  63.  
  64. ;;
  65. ;; Copy Files
  66. ;;
  67.  
  68. [SophosBoot.DriverFiles]
  69. SophosBootDriver.sys
  70.  
  71. ;;
  72. ;; String Section
  73. ;;
  74.  
  75. [Strings]
  76. Sophos                      = "Sophos Limited"
  77. DriverName                  = "SophosBootDriver"
  78. DriverDesc                  = "Sophos Boot Driver"
  79. Disk1                       = "Sophos Source Media"
  80.